go/types.indexedExpr.x (field)

8 uses

	go/types (current package)
		exprstring.go#L74: 		WriteExpr(buf, ix.x)
		index.go#L20: 	check.exprOrType(x, e.x, true)
		index.go#L463: 	x       ast.Expr   // expression
		index.go#L478: 			x:       e.X,
		index.go#L486: 			x:       e.X,
		resolver.go#L523: 		base = ix.x
		typexpr.go#L433: 		check.trace(ix.Pos(), "-- instantiating type %s with %s", ix.x, ix.indices)
		typexpr.go#L447: 	typ := check.genericType(ix.x, &cause)